home *** CD-ROM | disk | FTP | other *** search
- /*
- -- This file is free software, which comes along with SmallEiffel. This
- -- software is distributed in the hope that it will be useful, but WITHOUT
- -- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- -- FITNESS FOR A PARTICULAR PURPOSE. You can modify it as you want, provided
- -- this header is kept unaltered, and a notification of the changes is added.
- -- You are allowed to redistribute it and sell it, alone or as a part of
- -- another product.
- -- Copyright (C) 1994-98 LORIA - UHP - CRIN - INRIA - FRANCE
- -- Dominique COLNET and Suzanne COLLIN - colnet@loria.fr
- -- http://www.loria.fr/SmallEiffel
- --
- */
- /*
- This file (trace.h) is automatically included when `run_control.no_check' is
- true (ie. all modes ecxept -boost).
- This file comes after no_check.[hc] to implements the -trace flag as well as
- some other printing stuff.
- */
-
- void se_prinT0(T0**o);
- void se_prinT2(T2*o);
- void se_prinT3(T3*o);
- void se_prinT4(T4*o);
- void se_prinT5(T5*o);
- void se_prinT6(T6*o);
- void se_prinT7(T7**o);
- void se_prinT8(T8*o);
- void se_trace(se_dump_stack*ds,int l,int c,int f);
-